if (SendEventString($HTTP_POST_VARS['host'],$HTTP_POST_VARS['port'],$HTTP_POST_VARS['password'],$HTTP_POST_VARS['eventstring']) )
{
echo "Eventstring sent succesfully!<Br><br>";
}
else
{
echo "Failure: Incorrect Password or not allowed to connect to host<Br>Note: After an incorrect login your IP address will be blocked for 5 seconds, after the second try for 10 and so forth.<br><br>";